projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b21dc76
)
(smtpmail-read-response): Goto smtpmail-read-point
author
Richard M. Stallman
<rms@gnu.org>
Tue, 18 Jun 1996 22:43:32 +0000
(22:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 18 Jun 1996 22:43:32 +0000
(22:43 +0000)
lisp/mail/smtpmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/smtpmail.el
b/lisp/mail/smtpmail.el
index 00e07e9c0597401f121f622c6beff81ce4754597..801cac7fcb5c41c89daa9dfc4095f06c104f8f06 100644
(file)
--- a/
lisp/mail/smtpmail.el
+++ b/
lisp/mail/smtpmail.el
@@
-345,8
+345,8
@@
don't define this value.")
; (setq response-continue t)
; (setq return-value '(nil ""))
- (goto-char smtpmail-read-point)
(while response-continue
+ (goto-char smtpmail-read-point)
(while (not (search-forward "\r\n" nil t))
(accept-process-output process)
(goto-char smtpmail-read-point))